home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 5 / Gold Medal Software - Volume 5 (Gold Medal) (1995).iso / archive / zpro218.arj / ZIPRPRO.REV < prev   
Text File  |  1995-01-26  |  52KB  |  1,191 lines

  1.                  ZIP'R Professional For DOS Revision History
  2.  
  3.  
  4. 01-26-95 ■ Version 2.18
  5.  
  6.          . Enabled the use of the arrow keys to move between buttons
  7.            on the button menu.
  8.  
  9.          . Fixed a minor cosmetic problem where the backdrop on the
  10.            button menu was not being redisplayed after the first time
  11.            a .ZPD file is created.
  12.  
  13.          . Made a minor cosmetic change to the ZIP'R Pro button menu
  14.            by changing the slant direction of the text in back of
  15.            the button menu.
  16.  
  17.  
  18. 11-24-94 ■ Version 2.17
  19.  
  20.          . Fixed a major problem where using Internal ZIP compression
  21.            to decompress a file would cause an error "Error opening
  22.            ZIP file.  File access denied".  The compressed file is
  23.            marked read-only at various times by ZIP'R Pro as a
  24.            precautionary measure, to prevent against accidental deletion,
  25.            either by ZIP'R Pro or any other source.  In this instance,
  26.            the compressed file was marked as read-only, but was not
  27.            returned to normal attributes before an attempt was made to
  28.            decompress it.  (This was due to a missing semi-colon after
  29.            a statement that needed to be terminated.)  This problem only
  30.            manifested itself on a true-blue Windows system, not on an
  31.            OS/2 Windows system (WIN-OS2 session).  (Since STSI's main
  32.            beta-testing platform is OS/2, this problem was not detected
  33.            until recently.)
  34.  
  35.          . Fixed an obscure problem where the file closing routine
  36.            for redirected files was not working properly when used
  37.            under Windows NT.  Old routine called Interrupt 21, with
  38.            AH=$3E.  New routine uses Pascal's internal Close command.
  39.            This would produce an error "Unable to create StringArray,
  40.            Status = 5" when calculating the disk space requirements
  41.            for a compressed file (only when the Accurate File Size
  42.            Calculation was set to level 3 or level 4).
  43.  
  44.  
  45. 11-16-94 ■ Version 2.16
  46.  
  47.          . Fixed a significant problem where the screen would be filled
  48.            with garbage characters immediately after trying to execute
  49.            ZIP'R Pro.  This behavior occurred if the Video Display was
  50.            set to Direct screen writes or Auto Detect with an EGA or
  51.            VGA monitor (and only if the prelog screen was supposed to
  52.            be displayed).  The direct screen writing was being done from
  53.            an overlaid unit, which called an assembly language OBJ file,
  54.            thus causing corruption on the screen.  This screen writing
  55.            procedure has been moved into a non-overlaid unit.  (This
  56.            problem was introduced in version 2.15, when overlays were
  57.            added.)
  58.  
  59.  
  60. 11-13-94 ■ Version 2.15
  61.  
  62.          . Overlaid ZIPRPRO.EXE to reduce the memory requirements needed
  63.            to perform operations, especially internal ZIP compression
  64.            and decompression.  Previously, users with memory limited
  65.            systems (less than 512K free before ZIP'R Pro was launched)
  66.            who chose to use internal ZIP compression would experience
  67.            an error #8 (insufficient memory) when compressing programs.
  68.            Now, users with as little as 465K free (before ZIP'R Pro is
  69.            launched) can use internal ZIP compression.
  70.  
  71.            IMPORTANT:  Although ZIP'R Pro only requires 465K of free
  72.            conventional memory, you must have at least enough conventional
  73.            memory to execute the program that is being launched through
  74.            ZIP'R Pro.  For example, if your program requires 540K of free
  75.            conventional memory, you must have at least 550K of free memory
  76.            before launching ZIP'R Pro.  (ZIP'R Pro's overhead, along with
  77.            the secondary command processor consume about 10K of memory.)
  78.            On the other hand, if your program only requires 400K of free
  79.            conventional memory, you must have at least 465K of free memory,
  80.            since this is the amount required by ZIP'R Pro, in order to
  81.            operate properly.
  82.  
  83.          . Stopped using the ERRORS.OPL library file.  Moved all error
  84.            messages back into the main EXE file to reduce the chance for
  85.            loss, corruption, or errors in this file.
  86.  
  87.          . Converted the error numbers given when using internal ZIP
  88.            compression into descriptive error messages.
  89.  
  90.  
  91. 10-28-94 ■ Version 2.14
  92.  
  93.          . Fixed a problem where one of ZIP'R Pro's error messages was
  94.            being truncated on the error message display screen.
  95.  
  96.          . Fixed a problem where the amount of memory being used when
  97.            ZIP'R Pro swapped itself out was much greater than it should
  98.            have been.  (OpExec was being referenced in more than 1 unit.)
  99.            Symptoms of this problem would be programs reporting "Out
  100.            of memory" errors when they were run through ZIP'R Pro.
  101.            As an example, one of our systems reported the following
  102.            figures:
  103.                                                  Old        New
  104.                                                 v2.13      v2.14
  105.  
  106.            Free Conventional Memory            627,840    627,840
  107.            After launching a program           568,640    617,136
  108.            ZIP'R Pro's overhead                 53,520      5,024
  109.  
  110.  
  111. 10-19-94 ■ Version 2.13
  112.  
  113.          . Modified code and documentation to comply with ASP
  114.            standards.  STSI is now an author member of the Association
  115.            of Shareware Professionals!
  116.  
  117.  
  118. 09-09-94 ■ Version 2.12
  119.  
  120.          . Added a command to make sure that the screen is cleared
  121.            after a RunTime error occurs.
  122.  
  123.          . Modified delays / nag screen code to comply with ASP
  124.            standards.  The prelog pause and delay are now entirely
  125.            optional, even in the unregistered version.  However, the
  126.            unregistered version will now display a registration
  127.            reminder screen when entering or exiting from ZIP'R Pro.
  128.  
  129.  
  130. 08-29-94 ■ Version 2.11
  131.  
  132.          . Moved about 225 error messages into a library (stream)
  133.            file, reducing the code size by about 15K.  Made sure
  134.            that ZIP'R Pro issues an appropriate error message if
  135.            the library file can't be located when an error condition
  136.            occurs.
  137.  
  138.          . Corrected a potential problem where the decompression
  139.            signal file was not being deleted at the end of the
  140.            decompression routine when using PKZIP.  The code was
  141.            accurate when using ARJ, LHA, or Internal ZIP, but PKZIP
  142.            code for this procedure was not included.
  143.  
  144.          . Corrected a potential problem where the attributes of the
  145.            compressed file were being set to read-only before attempting
  146.            to decompress it using ARJ, LHA, or PKUNZIP.  Made sure that
  147.            the attributes are set to Normal before decompressing it.
  148.  
  149.          . Streamlined the compression and decompression code by
  150.            combining the common parts of these processes for ARJ, LHA,
  151.            Internal ZIP and PKZIP.
  152.  
  153.  
  154. 08-22-94 ■ Version 2.10
  155.  
  156.          . Added code to make sure that ZIP'R Pro does not attempt
  157.            to display the button menu if no .ZPD files could be
  158.            found in the \ZIPRPRO sub-directory.
  159.  
  160.          . Added a command to reset the window coordintes after a
  161.            user selects a button from the button menu to make sure
  162.            that the DisplayPrelogValues routines write information
  163.            to accurate locations.  (This routine uses absolute screen
  164.            writing, requiring that the window be set to 1,1,80,25.)
  165.  
  166.          . Created two new routines to set the file attributes for
  167.            files to read-only and normal, and replaced numerous
  168.            instances in the code where the file was being manually
  169.            reset to specific attributes.
  170.  
  171.          . Corrected a potential problem where file attributes could
  172.            have been set on a non-existent compressed file.
  173.  
  174.          . Added support for the new button style menu to re-read the
  175.            directory after returning from executing the ZIF Editor.
  176.            In the event that files are created or deleted from the
  177.            ZIP'R Pro directory, ZIP'R Pro will regenerate the dialog
  178.            box to display an accurate collection of buttons.
  179.  
  180.          . Added a button style interface to ZIP'R Pro to make it more
  181.            user friendly.  When "ZIPRPRO.EXE" is executed without any
  182.            passed parameters, the new menu interface will pop up and
  183.            display a list of all available .ZPD files.  Users can click
  184.            the left mouse button over a push button to execute the
  185.            corresponding program, or they can click the right mouse
  186.            button over a push button to invoke the ZIF Editor and edit
  187.            the corresponding file.
  188.  
  189.  
  190. 08-16-94 ■ Version 2.03
  191.  
  192.          . Fixed a major problem when using internal ZIP compression.
  193.            When attempting to recompress a program using the Update
  194.            option, users would receive an Error Number 5, (File Access
  195.            Denied).  The compressed file had been marked as read-only, and
  196.            therefore could not be initialized for any other action.  This
  197.            error condition did not appear when using a Novell network, so
  198.            internal beta-testing efforts did not catch the problem.  Added
  199.            code to make sure the compressed file's attributes were properly
  200.            set before any action to the file is attempted.
  201.  
  202.          . Updated the version number code in the registration
  203.            procedure.
  204.  
  205.          . Fixed several Clear-Screen problems by replacing the
  206.            built-in Clear-Screen command with a custom routine
  207.            that resets the Window to 1,1, 80,25.
  208.  
  209.  
  210. 07-18-94 ■ Version 2.02
  211.  
  212.          . Enhanced ZIP'R Pro's ability to handle "overwrite" error
  213.            messages generated by PKUNZIP.EXE or ARJ.EXE.  When either
  214.            of these programs detects a file on the hard drive that
  215.            already exists in the compressed file, they will issue an
  216.            overwrite message, prompting the user whether or not the
  217.            file should be replaced with the one located in the
  218.            compressed file.  Each of these programs will then generate
  219.            an exit code, which normally causes ZIP'R Pro to cease the
  220.            program execution and terminate.  Since these errors are
  221.            non-fatal errors, ZIP'R Pro now offers users the choice of
  222.            whether to continue with normal program execution or not.
  223.  
  224.            Why is this necessary?  The most common need for this feature
  225.            is when programs such as Central Point Anti-Virus or Microsoft
  226.            Anti-Virus place "CHKLIST.CPS" or "CHKLIST.MS" files in each
  227.            directory when a virus scan is executed on a user's computer.
  228.            The first time this happens, the compressor (PKZIP, for example)
  229.            adds the left-over virus file into the archive.  The next time
  230.            a virus scan is executed, PKUNZIP detects that a file by the
  231.            same name exists in the program directory, generates an exit
  232.            code, and thus causes ZIP'R Pro to terminate execution.  (This
  233.            could prove to be frustrating, since a file by this name is
  234.            placed in EVERY scanned directory.)  ZIP'R Pro will now detect
  235.            if an overwrite message occurs, and will display a message
  236.            box, allowing the user the option of whether to continue
  237.            with the normal program execution or not.
  238.  
  239.  
  240.          . Fixed a problem where ZIP'R Pro was not trapping and
  241.            reporting errors that occurred during the decompression
  242.            process.  Instead, ZIP'R Pro would simply error out, and
  243.            terminate program execution.  (This bug was introduced
  244.            in version 2.00.)
  245.  
  246.  
  247. 07-11-94 ■ Version 2.01
  248.  
  249.          . Version 2.01 of ZIP'R Pro contains an updated INSTALL.EXE
  250.            file.  One of our users reported that InocuLAN (by Cheyenne
  251.            Software) was reporting an occurrence of the Tony-H virus in
  252.            the INSTALL.EXE file.  We believe this was a false-positive
  253.            report, and not cause for alarm.  However, we are releasing
  254.            ZIP'R Pro 2.01 with the INSTALL.EXE file in uncompressed
  255.            format.  Also, the file BONUS.DOC has been removed.
  256.  
  257.  
  258. 06-29-94 ■ Version 2.00
  259.  
  260.          . Added support for a user-specified compression mode.
  261.            Valid values are BestMethod, Deflate, Implode, Shrink,
  262.            and Store.
  263.  
  264.          . Added support for a user-specified deflate level when
  265.            using internal ZIP compression.
  266.  
  267.          . Added support for user-specified implode values when using
  268.            internal ZIP compression.
  269.  
  270.          . Converted the ClrScr w/Error Message calls to use the
  271.            HandleError procedure.
  272.  
  273.          . Changed the ProcessErrorCode procedure to a function.
  274.  
  275.          . Modified the HandleError procedure to allow it to process
  276.            error codes that must be passed to the ShowErrorMessage
  277.            procedure.
  278.  
  279.          . Changed the DeletedFiles variable in the COMP unit from a
  280.            literal string to a boolean.
  281.  
  282.          . Changed the MatchingFileFound variable in the COMP unit from
  283.            a literal string to a boolean.
  284.  
  285.          . Added code to only display the gauge window when necessary and
  286.            resize the compression window depending on whether the gauge
  287.            window is displayed or not.
  288.  
  289.          . Changed gauge window display to be indented rather than out-
  290.            dented.
  291.  
  292.          . Added a fail-safe check to the DeleteAllFilesExcept routine
  293.            to make sure that the current directory is not the root
  294.            directory of a hard drive.
  295.  
  296.          . Added a fail-safe check to make sure that the Accurate File
  297.            Size Calculation displays Level 4 on the prelog screen when
  298.            Internal ZIP is being used.  (With Internal ZIP, all calculations
  299.            are 100% accurate.)
  300.  
  301.          . Changed the directory existence checks to use a procedure from
  302.            a commercial library, instead of our own STSI library.  Our
  303.            procedure was not handling root directories properly.
  304.  
  305.          . Added code to read the current entry when decompressing a .ZIP
  306.            file with the Internal ZIP code.  New code makes sure that any
  307.            imbedded directories are created if they do not exist.  Any
  308.            directory entries contained without files are discarded.  This
  309.            allows more complete compatibility with PKWare's PKZIP.  Previous
  310.            code would cause a decompression error to occur.
  311.  
  312.          . Moved all of the DrawHeader and DrawCompressionScreen calls inside
  313.            of the ZPExec routine, where possible.  This fixed a problem where
  314.            incorrect messages were sometimes displayed during the compression
  315.            or decompression processes.
  316.  
  317.          . Fixed several issues relating to the display of the decompression
  318.            query box that pops up when a duplicate file exists on the hard
  319.            drive.  Widened the available display for the filename and
  320.            potential directory entry, and added fail-safe code to truncate
  321.            these on the left side if they get too long.
  322.  
  323.          . Modified the remaining routines in the COMP, DECOMP, and
  324.            EXECUTE units to use the HandleError procedure.
  325.  
  326.          . Created a common procedure in the COMP unit to contain the
  327.            compression signal file related detection and creation
  328.            code.
  329.  
  330.  
  331. 06-20-94 ■ Version 1.28  (Internal BETA Version - Not Released!)
  332.  
  333.          . Fixed a problem where the screen was not being cleared after
  334.            windowed decompression.  Added a reset of the screen and
  335.            color output.
  336.  
  337.          . Modified shadows on compression and decompression screens
  338.            to be completely black.
  339.  
  340.          . Added a command to reset the Window coordinates before
  341.            attempting to write the file count or twirling bars display
  342.            to the screen.  After adding several window-relative routines,
  343.            both displays were being written to a relative window, instead
  344.            of the absolute screen coordinates.
  345.  
  346.          . Fixed a problem where the title and copyright notice on the
  347.            Query screen started "disappearing" after other Internal
  348.            ZIP windowing routines had been implemented.  Used window-
  349.            relative screen writing instead of absolute screen writing.
  350.  
  351.          . Created a textured background screen for the Internal ZIP
  352.            compression and decompression windows.
  353.  
  354.          . Added a "Moving files.  Please wait!" header to the display
  355.            screen when files are being deleted after the compression
  356.            process.
  357.  
  358.          . Added a call to the UpdateGaugeWindow procedure during the
  359.            file deletion process to provide a visual progress indicator.
  360.  
  361.          . Altered the DeleteAllFilesExcept procedure to use a direct
  362.            directory search to delete files, instead of a FileMaskList
  363.            generated from the original archive file.  This allows the
  364.            procedure to work in all situations.
  365.  
  366.          . Changed the name of the stDeleteFilesIntZIP procedure to
  367.            DeleteAllFilesExcept.
  368.  
  369.          . Created a header window to be used for displaying status
  370.            messages during the compression / decompression processes.
  371.            This replaces old code which simple used absolute screen
  372.            writing.
  373.  
  374.          . Added a bar graph and compression/decompression window
  375.            to be used when Internal ZIP is used as the compression
  376.            type for a program.  The bar graph is updated depending on
  377.            the current file vs. the total files to be compressed or
  378.            the total files located inside the ZIP file.
  379.  
  380.          . Created a common HandleError procedure in the Errors unit
  381.            to centralize the compression/decompression error handling.
  382.  
  383.          . Created a common LaunchExternalDecompressor procedure in the
  384.            Decomp unit, reducing final .EXE code size by about 2K.
  385.  
  386.          . Worked around a problem where an empty sub-directory would
  387.            cause an error #2 during the compression process (File Not
  388.            Found).
  389.  
  390.          . Set up a file counter to keep track of the total number
  391.            of files that will be compressed into the internal ZIP
  392.            generated file.
  393.  
  394.          . Enabled sub-directory creation during internal ZIP
  395.            decompression.
  396.  
  397.          . Added code to recurse sub-directories during the internal
  398.            ZIP compression process.
  399.  
  400.          . Made sure that the compression and decompression signal
  401.            files are erased if an error occurs during internal ZIP
  402.            compression or decompression.
  403.  
  404.          . Added code to call the Done routine if an error occurs
  405.            during the internal ZIP compression / decompression
  406.            processes.
  407.  
  408.          . Created a routine to calculate the exact disk space
  409.            needed for extracting a ZIP file when using the
  410.            internal ZIP compression / decompression routines.
  411.  
  412.          . Added preliminary support for internal PKZIP 2.0
  413.            compatible compression and decompression.
  414.  
  415.  
  416. 06-10-94 ■ Version 1.27
  417.  
  418.          . No coding changes.
  419.  
  420.  
  421. 05-26-94 ■ Version 1.26
  422.  
  423.          . Changed the AddBackSlash procedure to stAddBackSlash
  424.            when generating the ZIPRProPath.  stAddBackSlash adds
  425.            a backslash when the last character in the path is a
  426.            colon.
  427.  
  428.          . Modified the behavior of the prelog screen display
  429.            to prevent the screen from being displayed if the
  430.            PrelogDelay was set to 0.
  431.  
  432.          . Fixed a problem where the prelog screen was being
  433.            displayed when the PrelogType was set to NONE.
  434.  
  435.          . Changed all "Halt" statements to "stHalt(?)", where
  436.            ? is the ERRORLEVEL.
  437.  
  438.          . Changed an error message in the DECOMP unit to use
  439.            an stTVMessageBox.
  440.  
  441.  
  442.  
  443. 04-22-94 ■ Version 1.25
  444.  
  445.          . No modifications.  (See ZIFPRO.REV for modifications
  446.            to the ZIF Editor Pro.
  447.  
  448.  
  449. 03-26-94 ■ Version 1.24
  450.  
  451.          . Removed all /CLEANUP option code from ZIPRPRO.  This
  452.            option is now available from the ZIF Editor.  A code
  453.            size reduction of about 11K was achieved.
  454.  
  455.          . Modified code so that ZIP'R Pro does not execute the
  456.            program when the /TEST parameter is being used.  It
  457.            simply displays the parameters and exits.
  458.  
  459.          . Changed the "TEST" parameter to "/TEST".
  460.  
  461.          . Fixed a problem where the compression signal file
  462.            was not being deleted if an error occured while
  463.            attempting to test the archive integrity.
  464.  
  465.          . Fixed a problem where an error message was not being
  466.            issued if a compression or decompression signal file was
  467.            detected.  ZIPRPRO would simply exit, with no warning.
  468.  
  469.          . Created enumerated types for PrelogType and
  470.            RegisteredVersion, replacing the literal strings used
  471.            previously.
  472.  
  473.          . Re-worked the INI and ZIF test display procedures to
  474.            use string arrays.  This change reduced the code
  475.            size slightly, and substantially reduced the complexity
  476.            of these procedures.
  477.  
  478.          . Converted the ScanActivityIndicator string variable
  479.            to an enumerated type.  Corrected a problem where a
  480.            mis-spelling of a literal string could have caused
  481.            the Twirling Bars to fail to work.
  482.  
  483.          . Added a common function to search for ARJ, LHA,
  484.            PKZIP, and PKUNZIP in their respective paths, the
  485.            ZIP'R Pro path, and the DOS PATH before calling
  486.            any of these programs.  The common function reduced
  487.            the code size by .5K.
  488.  
  489.          . Modified code to check for the existence of a backslash
  490.            at the end of the ARJ, LHA, and ZIP paths after they
  491.            are read from the .INI file.  If a trailing backslash
  492.            is not detected, one is added.
  493.  
  494.  
  495. 03-10-94 ■ Version 1.23
  496.  
  497.          . Modified an error message about the program parent
  498.            directory not being present to be more accurate by
  499.            stating that either the program parent directory or
  500.            the main program directory is not present.
  501.  
  502.          . Converted the FloppyFormat variable to an enumerated
  503.            type within the code for easier variable-checking.
  504.  
  505.          . Added a ZPExec procedure that contains all compression
  506.            and decompression related Exec functions.  (Code size
  507.            reduction of 6.5K.)
  508.  
  509.          . Moved several boolean variables into the INI and ZIF
  510.            records, to make the code more concise.
  511.  
  512.          . Changed the default value for SubdirectoryDeletion to
  513.            True.
  514.  
  515.          . Changed If..Else If statments in Errors unit to a Case
  516.            statement to make the code shorter and more concise.
  517.  
  518.          . Moved all common string literal declarations into a new
  519.            ZPSTRING unit.
  520.  
  521.          . Increased the estimated string array size for Exclude,
  522.            Extract, IN, OUT, TSRPre, and TSRPost commands.
  523.  
  524.          . Converted CompressionType literal strings to an
  525.            enumerated type.
  526.  
  527.          . Changed all error message strings that were passed as
  528.            variables to a global routine into an enumerated type.
  529.            This allows automatic compiler validation, and shortened
  530.            the code by over 10K.
  531.  
  532.  
  533. 03-03-94 ■ Version 1.22
  534.  
  535.          . Added 3D effects to query and error screen dialog boxes.
  536.  
  537.          . Added an IOResult check and corresponding error message
  538.            if the ProgramParent directory can not be successfully
  539.            created on a RAM Disk.
  540.  
  541.          . Circumvented a potential problem in the compression and
  542.            decompression routines where a default value for the
  543.            Compression and Decompression Swap parameters was not
  544.            being set.  The compression procedure would issue an
  545.            error message under this circumstance.  Altered the
  546.            code to provide a fail-safe parameter assignment.
  547.  
  548.          . Corrected a problem in the ARJ Decompression procedure
  549.            where the "Default" Decompression Swap parameter was
  550.            not being read.
  551.  
  552.          . Added code to convert the ZIPRPROPath to upper case.
  553.  
  554.          . Removed several "EraseDecompressionSignalFile"
  555.            statements from the beginning of the DecompressZipFile
  556.            procedure.  This file had not yet been created at
  557.            this point in the procedure.
  558.  
  559.          . Corrected a problem where the update option was not
  560.            working properly.  (Broken in 1.22, not released.)
  561.  
  562.          . Fixed a problem where a runtime error 202 would occur
  563.            if the file PKUNZIP.EXE could not be found.  The
  564.            runtime error would be issued prior to displaying the
  565.            error message from ZIPRPRO.  (Increased stack.)
  566.  
  567.          . Added automatic ProgramParent directory creation if
  568.            extracting to a RAM disk.
  569.  
  570.          . Added preliminary support for extraction to a RAM disk.
  571.  
  572.          . Corrected a problem where an error message would be
  573.            issued if the "Program" directory did not exist.  This
  574.            created a problem if a "Program Parent" directory was
  575.            specified, since the program directory might not exist
  576.            under this circumstance.
  577.  
  578.          . Corrected a problem where the .N?? file was not being
  579.            deleted if errors were detected when checking the
  580.            validity of the values in the .INI and .ZIF files.
  581.  
  582.          . Shortened several code segments by using better coding
  583.            techniques.
  584.  
  585.          . Corrected a potential problem where the .SXT signal
  586.            file could be mistakenly deleted by ZIPRPRO.
  587.  
  588.          . Combined the Done and DoneNoSXTDelete routines into a
  589.            common procedure.  Added an enumerated type variable
  590.            to pass to this procedure, informing it of any
  591.            restrictions to observe.
  592.  
  593.  
  594. 02-26-94 ■ Version 1.21
  595.  
  596.          . Corrected minor spacing / carriage return problems on
  597.            dialog box (Query) screens.
  598.  
  599.          . Corrected a potential problem where the /CLEANUP option
  600.            would delete files in the current directory, not the
  601.            ZIPRPRO sub-directory, if launched from a directory
  602.            other than the ZIPRPRO sub-directory.
  603.  
  604.          . Corrected a problem where a runtime error 2 would occur
  605.            in the CreateSubDirectoriesUnderOS2 procedure, because
  606.            an Else statement was omitted.
  607.  
  608.          . Streamlined the code by creating two erase file routines
  609.            to replace the separate erase routines used previously.
  610.  
  611.  
  612. 02-16-94 ■ Version 1.20
  613.  
  614.          . Fixed a major problem where the original .ZIP file
  615.            could be deleted if the executable file could not be
  616.            found and update option was enabled.  (Data loss could
  617.            occur in this situation, especially if Selective
  618.            Extraction or Selective Exclusion was enabled.)
  619.  
  620.          . Added support to erase the *.DFL, *.NFL, *.OFL, and
  621.            *.DIR files when using the /Cleanup option.
  622.  
  623.          . Added support to manually create subdirectories when
  624.            operating under OS/2.  This option will circumvent a
  625.            potential problem where PKUNZIP cannot create sub-
  626.            directories under OS/2.  (This problem has been reported
  627.            to PKWare.)
  628.  
  629.          . Updated IFDEF and IFNDEF statements throughout the code
  630.            to minimize code size for each module.
  631.  
  632.          . Moved several string pointer variables into the INI and
  633.            ZIF record variables.
  634.  
  635.          . Reduced the ARJ and LHA default memory requirements
  636.            to more realistic levels.
  637.  
  638.          . Re-compiled with updated libraries.
  639.  
  640.          . Corrected a problem in the stTV3ChoiceBox procedure
  641.            that caused the box to be too narrow to properly
  642.            center a long header.
  643.  
  644.          . Added support to display the Command Processor and
  645.            ZIP'R Pro Path information in the new style message
  646.            boxes.
  647.  
  648.          . Corrected a problem where the TestFlag boolean was
  649.            not being set early enough in the code to display
  650.            the INI Parameters screen.  (%2 = TEST)
  651.  
  652.          . Added support to display the .INI Parameters in the
  653.            new style message boxes.
  654.  
  655.          . Added all missing .ZPD Parameters to the ZPD Parameter
  656.            display procedure.  Added code to display the first
  657.            10 INCommands, OUTCommands, ExcludeFiles, ExtractFiles,
  658.            TSRPreProgramCommands, and TSRPostProgramCommands.
  659.  
  660.          . Added support to read old style .ZPD files, prior
  661.            to current version.  (Set internal flags if the new
  662.            UseINCommands, UseOUTCommands, UseTSRPreCommands,
  663.            and UseTSRPostCommands variables could not be found
  664.            in the .ZPD file.)
  665.  
  666.          . Added support to display the .ZPD Parameters in the
  667.            new style message boxes.
  668.  
  669.          . Fixed a problem in the stTV3ChoiceBox procedure, that
  670.            caused a system hang if the maximum number of lines
  671.            exceeded the pre-defined limit.
  672.  
  673.          . Added support to read UseINCommands, UseOUTCommands,
  674.            UseTSRPreCommands, and UseTSRPostCommands variables
  675.            from the .ZPD file.
  676.  
  677.  
  678. 01-30-94 ■ Version 1.19a  (Internal Release)
  679.  
  680.          . Corrected a problem where the swap file name was not
  681.            being passed to the swapping exec procedure.  (This
  682.            problem was introduced, in version 1.20, when the
  683.            common exec swapping functions were created.)
  684.  
  685.          . Added support to specify whether EMS memory is to be
  686.            used over XMS memory for the swapping exec procedure.
  687.            The default behavior is to use EMS first, but may be
  688.            overridden.
  689.  
  690.          . Added support to swap to XMS memory during program
  691.            execution, if available.  Previously, only EMS or
  692.            disk was used for the swap file.
  693.  
  694.          . Modified the swapping-related procedure calls to force
  695.            a swap (default) as a fail-safe procedure.
  696.  
  697.          . Modified the WindowedCompression and WindowedDecompression
  698.            procedure calls to automatically force windowed mode
  699.            (default) as a fail-safe procedure.
  700.  
  701.          . Converted all execute calls to use the new procedures.
  702.  
  703.          . Removed the STSI2 unit from the uses clause to prevent
  704.            unnecessary compilation.
  705.  
  706.          . Corrected a problem where the swap file (.SWF extension)
  707.            was not being erased when the /Cleanup option was
  708.            specified.  (This file has the system attribute set.)
  709.  
  710.          . Created common execution functions to reduce code
  711.            size and complexity.
  712.  
  713.          . Corrected a potential problem where the compressed
  714.            file could have been deleted, if an incorrect value
  715.            for CompressionSwap or DecompressionSwap was read from
  716.            the .INI file.
  717.  
  718.          . Converted the internal SortedExtraction variable
  719.            to a Boolean type.
  720.  
  721.          . Corrected a problem where the .INI file was not
  722.            being read prior to checking the cleanup password.
  723.  
  724.          . Changed the behavior of the cleanup password
  725.            procedure to not prompt for a password if the
  726.            password is blank.
  727.  
  728.          . Converted internal WindowedCompression and
  729.            WindowedDecompression variables to Boolean types.
  730.  
  731.          . Reduced the memory requirement default values for
  732.            PKZIP and PKUNZIP.  (New default swapping option will
  733.            be added to the ZIF Editor.)
  734.  
  735.          . Re-worked the .INI and .ZIF read routines to make the
  736.            code faster and more concise.
  737.  
  738.          . Added support for the new INIVersion, ZIFVersion,
  739.            UseDiskForExecSwap, UseEMSForExecSwap, and
  740.            UseXMSForExecSwap parameters.
  741.  
  742.          . Re-arranged the order and placement of passed parameter
  743.            related code, to allow the disposal of unnecessary
  744.            pointer variables.
  745.  
  746.          . Modified dialog box code to allow centering or left
  747.            justification.
  748.  
  749.          . Changed all error messages to be displayed using the
  750.            new style dialog boxes.
  751.  
  752.          . Converted all query screens to the new style.
  753.            Corrected various punctuation problems in the text
  754.            of the new screens.
  755.  
  756.          . Modified cleanup password field to automatically
  757.            convert characters entered to upper case.
  758.  
  759.          . Corrected a problem in the swapping Exec routines
  760.            where the executed program would hang.  (This problem
  761.            was caused by the mouse handler routines not being
  762.            disabled before performing the swap, and was introduced
  763.            in version 1.20.)
  764.  
  765.          . Added password protection for the /Cleanup option.
  766.  
  767.          . Updated prelog screen to show the amount of Heap memory
  768.            available.
  769.  
  770.  
  771. 01-20-94 ■ Version 1.19
  772.  
  773.          . Added additional error messages for new error checking
  774.            procedures, and corrected a typo in a separate error
  775.            message.
  776.  
  777.          . Enhanced the conventional memory available routine to
  778.            provide a more accurate estimate of the amount of
  779.            conventional memory available on the system.  (This
  780.            figure approximates the free memory reported by MEM.)
  781.  
  782.          . Corrected a problem where the logic controlling the
  783.            loading of a command processor was backwards when
  784.            executing a .BAT or .BTM file
  785.  
  786.          . Added a check to force a command processor to be
  787.            loaded if the program to be executed contains a
  788.            .BAT or .BTM extension.
  789.  
  790.          . Added support to execute the desired program without
  791.            loading a command processor first.  This increases
  792.            the memory available to the program by about 3-5K.
  793.  
  794.          . Removed unnecessary "Continue" statements from the
  795.            INI and ZIF file read routines.
  796.  
  797.          . Converted internal string pointer variables to use
  798.            INI and ZIF records.
  799.  
  800.          . Added support in the TSR Container file section to
  801.            use the AlternateEXELaunchDirectory feature.
  802.  
  803.          . Fixed a problem where the "CALL" statement was not
  804.            being placed in front of the program name in the TSR
  805.            Container file if the Parameters field was blank.
  806.  
  807.          . Corrected a potential problem where the current drive
  808.            and directory was not being set prior to executing
  809.            OUT commands.  This could have been a problem if the
  810.            current drive and/or directory was changed during
  811.            program execution, such as when shelling to DOS.
  812.  
  813.          . Added support for an alternate EXE launch directory
  814.            to make it possible to launch a program from a
  815.            directory other than the one in which the executable
  816.            file resides.  (The program does NOT have to be an
  817.            EXE file.)  This feature allows programs, such as
  818.            Microsoft Works, Borland Pascal, and others, to be
  819.            executed from a data subdirectory.
  820.  
  821.          . Added preliminary support for string encryption and
  822.            decryption.
  823.  
  824.  
  825. 01-06-94 ■ Version 1.18
  826.  
  827.          . Improved the Conventional memory estimate on the
  828.            prelog screen to more accurately reflect the amount
  829.            of memory available after swapping.
  830.  
  831.          . Updated the BIOS screens to match the direct-write
  832.            screens.
  833.  
  834.          . Added support for AUTO, DIRECT, and BIOS screen write
  835.            modes.  This should help to solve any screen-related
  836.            compatibility problems that might exist.
  837.  
  838.          . Added video mode detection when using the AUTO screen
  839.            writes option.
  840.  
  841.          . Updated the prelog screen to display the status of the
  842.            Use Atomic Lock Files option.
  843.  
  844.          . Updated the prelog screen to display the Selective
  845.            Extraction (SXT) and Selective Exclusion (SXC) entries
  846.            separately.  (If either option is disabled, the
  847.            corresponding entry count will be 0.)
  848.  
  849.          . Updated the prelog screen to display the status of the
  850.            new Subdirectory Deletion option.
  851.  
  852.          . Added support to NOT delete sub-directories when using
  853.            PKZIP v2.04g.  This switch is necessary when an OS/2
  854.            system is operating on a network in combination with
  855.            other systems.  Due to some sort of conflict, sub-
  856.            directories can not be re-created under OS/2.  (Unsure
  857.            whether this is an OS/2, NetWare Requester, or PKZIP
  858.            caused problem.)  This switch can only be used with
  859.            PKZIP v2.04g.
  860.  
  861.          . Added preliminary support for compression program version
  862.            number tracking.  Future versions of ZIP'R Professional
  863.            may support compression program features that might not
  864.            be available in previous versions of the compression
  865.            program.
  866.  
  867.          . Corrected an alignment problem on the FileCount indicator.
  868.  
  869.          . Added a FileCount / Twirling Bar indicator to the AFSC
  870.            Level 4 screen to display the progress of the file size
  871.            scanning.  (Due to the high scanning speed, this feature
  872.            will be useful only on compressed files with an extremely
  873.            high number of files.)
  874.  
  875.  
  876. 01-01-94 ■ Version 1.17
  877.  
  878.          . Corrected a problem where .SXT signal files were not
  879.            being deleted when the /CLEANUP switch was used.
  880.  
  881.          . Corrected a possible ambiguity in the ExecDOS error
  882.            messages.  (#-5 changed to # -5.)
  883.  
  884.          . Updated the AFSC routines to use integer division, which
  885.            eliminates the extra rounding step needed for reals.
  886.  
  887.          . Corrected a problem in the AFSC Level 4 (ZIP) calculation
  888.            procedure that would cause erroneous calculations.  (The
  889.            file size returned would always be 0.)
  890.  
  891.  
  892. 12-27-93 ■ Version 1.16
  893.  
  894.          . Fixed a problem where an extra hyphen was being prepended
  895.            to the compression command line.
  896.  
  897.          . Added CompressionOptions support to the ARJ and LHA
  898.            compression procedures.  (LHA does not currently support
  899.            this feature.)
  900.  
  901.          . Fixed a problem where the CompressionOptions field in the
  902.            .ZPD file was not being passed to PKZIP.
  903.  
  904.          . Fixed a minor problem where ".ZIP" was hard-coded onto the
  905.            Query For Compression screen.  If ARJ or LHA was being used,
  906.            the screen would still say that the resulting compressed file
  907.            would have a .ZIP extension.
  908.  
  909.          . Added an additional check for PKZIP.EXE before decompressing
  910.            a .ZIP file when using Selective Extraction or Selective
  911.            Exclusion.  This is important, because when these options are
  912.            enabled, the program MUST be re-compressed to preserve all
  913.            data files.
  914.  
  915.          . Fixed a potential problem where the existence of PKZIP.EXE
  916.            was not being verified before deleting files from the
  917.            original .ZIP file.
  918.  
  919.          . Fixed a potential problem where ZIP'R Professional was not
  920.            verifying the existence of PKUNZIP.EXE and PKZIP.EXE before
  921.            attempting to create the temporary file lists.
  922.  
  923.          . Added an additional check to attempt to locate the selected
  924.            compressor on the DOS PATH.  ZIP'R Professional will use the
  925.            path specified in the ZIPRPRO.INI file if the program exists.
  926.            If the program cannot be found, the ZIPRPRO directory is
  927.            searched.  If this search fails, the DOS PATH is searched.
  928.  
  929.  
  930. 12-25-93 ■ Version 1.15
  931.  
  932.          . Cleaned up some internal routines related to cleaning up
  933.            signal files before exiting ZIP'R Professional.
  934.  
  935.          . Changed the .ZPD and .INI file read routines to reduce
  936.            overhead and increase speed.
  937.  
  938.  
  939. 12-22-93 ■ Version 1.14
  940.  
  941.          . Added error reporting to the error trapping sections of
  942.            the IN Command, Program, and OUT Command routines.  If an
  943.            error is detected in any of these routines, ZIP'R Pro will
  944.            report the error and query the user whether to continue.
  945.            The error reporting routines will also report whether the
  946.            error was generated by the command processor (Error Code)
  947.            or by the IN Command, OUT Command, or Program (Exit Code).
  948.  
  949.          . Corrected a problem in the Accurate File Size Calculation
  950.            routines where the selective extraction and exclusion
  951.            entries were still being used, even if the file was being
  952.            decompressed from a floppy disk.
  953.  
  954.          . Fixed a major problem where data loss could occur if the
  955.            compressed file was stored on a floppy diskette, and
  956.            selective extraction or selective exclusion was enabled.
  957.            This is a rather rare combination of options, but since
  958.            data loss is likely, it is prudent to upgrade previous
  959.            versions of ZIP'R Professional For DOS.
  960.  
  961.          . Corrected a problem where the cursor would disappear
  962.            following some query screens.
  963.  
  964.          . Added /CLEANUP option to erase all signal files from the
  965.            ZIPRPRO sub-directory.  This option should be used with
  966.            care to ensure that no other processes are using ZIP'R
  967.            Professional.
  968.  
  969.  
  970. 12-20-93 ■ Version 1.13
  971.  
  972.          . Corrected a problem where a program that is executed
  973.            using a batch file, that also used a TSR container file
  974.            would not return control to ZIP'R Professional for
  975.            re-compression.  The solution was to "CALL" the batch
  976.            file from the TSR container file.
  977.  
  978.          . Corrected a problem where the Decompression Signal File
  979.            might not get deleted under some error situations.
  980.  
  981.          . Completed the transfer of code to common units to allow
  982.            code sharing between different components of the ZIP'R
  983.            Professional series of programs.
  984.  
  985.          . Added conditional defines to allow code sharing between
  986.            ZIP'R Professional For DOS and the ZProcessor component
  987.            of ZIP'R Professional For Windows.
  988.  
  989.          . Isolated a problem creating sub-directories under OS/2
  990.            to the use of "Global" network sessions.  The Novell
  991.            OS/2 requestor handles directory creation differently
  992.            under global or private network sessions.  ZIP'R Pro
  993.            should be used in a private session if sub-directories
  994.            must be re-created.
  995.  
  996.          . Checked into a potential problem with AFSC Level 4 if
  997.            the lines were too long, and wrapped on the screen.
  998.            The function used to handle the string to long integer
  999.            conversion correctly handles this situation, and ignores
  1000.            any strings that it can't convert.  No action necessary.
  1001.  
  1002.  
  1003. 12-05-93 ■ Version 1.12
  1004.  
  1005.          . Added error checking to make sure that compression
  1006.            cannot occur to floppy drives unless the compression
  1007.            program being used is PKZIP.  (Other compression
  1008.            programs do not currently support spanning floppies.)
  1009.  
  1010.          . Changed the way ZIP'R Professional deals with the
  1011.            attributes of a compressed file that resides on a
  1012.            floppy diskette.  The attributes of these files
  1013.            will not be changed, since we do not know which
  1014.            diskette is in the drive, and multiple diskettes
  1015.            may be required to store the compressed file.
  1016.  
  1017.          . Fixed a problem with floppy compression where the
  1018.            query for compression floppy diskette was occurring
  1019.            too late.  This caused programs to be compressed
  1020.            to floppy diskettes properly, but they could not be
  1021.            decompressed.  (After further checking, the programs
  1022.            could be decompressed, but the prompt for the
  1023.            decompression floppy disk was in the wrong position.
  1024.            A work-around was to simply make sure that the disk
  1025.            was in the drive.)
  1026.  
  1027.          . Added Compress/Decompress and TSR Entries indicators
  1028.            to prelog screen.  Separated Net/Multi to be two
  1029.            separate indicators, and added code to detect them
  1030.            individually.
  1031.  
  1032.          . Added a program halt command following the error
  1033.            message display if the ZIPRPRO.INI file cannot be
  1034.            found.
  1035.  
  1036.          . Corrected a problem where the .ZIP file was not
  1037.            being deleted if Update mode and Compress/Decompress
  1038.            only mode were enabled.
  1039.  
  1040.          . Added code to force a total decompression if
  1041.            "Compress/Decompress Only" is enabled.  This will
  1042.            prevent problems if all files are not extracted.
  1043.  
  1044.          . Corrected a problem where the .DSF file was not
  1045.            being deleted under various circumstances in the
  1046.            decompression module.
  1047.  
  1048.          . Corrected a potential problem where logging to a
  1049.            non-existent program or program parent directory
  1050.            was not calling the "Done" procedure.
  1051.  
  1052.          . Removed unnecessary ZipName pointer variable, and
  1053.            replaced with CompressedFileName pointer variable.
  1054.  
  1055.          . Corrected a problem where the .DSF (Decompression
  1056.            Signal File) was not being deleted if an error
  1057.            occurred during the CheckSpaceForDecompression
  1058.            procedure.  (This problem could manifest itself
  1059.            if the compressed file was corrupt.)
  1060.  
  1061.  
  1062. 11-26-93 ■ Version 1.11
  1063.  
  1064.          . Added error message if Selective Exclusion is enabled,
  1065.            but no file specifications have been entered.
  1066.  
  1067.          . Corrected problems where three delete routines were
  1068.            not marking the compressed file with normal attributes,
  1069.            generating a run-time error.  (Code 5, File Access
  1070.            Denied)  This error would occur when query mode was
  1071.            enabled, and the program was not re-compressed.
  1072.  
  1073.          . Updated random filename generator code in the DECOMP
  1074.            procedure to use the new method for generating
  1075.            random filename prefixes.
  1076.  
  1077.          . Added "Selective Exclusion" feature to complement
  1078.            Selective Extraction.  Selective Exclusion allows
  1079.            certain files or groups of files to be excluded
  1080.            from extraction.
  1081.  
  1082.          . Changed the prelog screen to display the number of
  1083.            Selective Extraction files (entries) and the number
  1084.            of simultaneous ZIPRPRO licenses.
  1085.  
  1086.  
  1087. 11-21-93 ■ Version 1.10
  1088.  
  1089.          . Changed the logic in the prelog screen to highlight
  1090.            Query Option if Selective Extraction is enabled, but
  1091.            the compression type is not ZIP.
  1092.  
  1093.          . Changed the countdown code on the prelog screen to
  1094.            count to 0.
  1095.  
  1096.          . Added code to mark the compressed file as ReadOnly
  1097.            during ZIPRPRO operations.  This should help to
  1098.            reduce the chances of accidently deleting the original
  1099.            compressed file during update mode (inconvenience) or
  1100.            during selective extraction (potential disaster).
  1101.  
  1102.          . Added code to mark all signal and temporary files
  1103.            ReadOnly, to prevent other processes from erasing them.
  1104.            Also added code to mark files as normal before attempting
  1105.            to delete them.
  1106.  
  1107.          . Corrected a problem where the atomic lock files were
  1108.            not being closed properly after creation.
  1109.  
  1110.          . Re-worked the token and temporary file creation and
  1111.            detection routines to use variable names and file
  1112.            extensions that fit their function.
  1113.  
  1114.          . Moved the code to generate a random filename prefix
  1115.            to a separate, common procedure, reducing the
  1116.            complexity of the routines that require these names.
  1117.  
  1118.          . Added error message codes to trap the condition if
  1119.            more than one users attempts to access a compressed
  1120.            file when Selective Extraction is turned on.
  1121.  
  1122.          . Fixed a problem where the .TK1 file was being created
  1123.            on programs that did not need to be decompressed, and
  1124.            the .TK1 file was not being deleted.
  1125.  
  1126.          . Moved .TK1 and .TK2 file detection and creation to a
  1127.            common area of the DecompressZipFile procedure.
  1128.  
  1129.          . Changed the signal file checking order to accomodate
  1130.            the new Selective Extraction .SXT file.
  1131.  
  1132.          . Fixed a problem where the Selective Extraction .SXT
  1133.            signal file was being created in error.  (A non-atomic
  1134.            file was being created.)
  1135.  
  1136.          . Added code to limit access to the compressed file if
  1137.            selective extraction is being used by any user.
  1138.  
  1139.          . Added error message code to trap the condition if
  1140.            Selective Extraction is turned on, but no files are
  1141.            entered for extraction.
  1142.  
  1143.          . Corrected a problem where the procedure to calculate
  1144.            the space required to decompress the compressed file
  1145.            was being executed when the compression type was NONE,
  1146.            and no compressed file existed.
  1147.  
  1148.          . Checked out a potential problem with PKUNZIP erroring
  1149.            out if files specified for extraction did not exist.
  1150.            It turns out that PKUNZIP simply ignores this type of
  1151.            error, eliminating the need to deal with it in ZIPRPRO.
  1152.  
  1153.          . Added code to disable Query mode if using Selective
  1154.            Extraction.  (This is necessary to insure the integrity
  1155.            of the original compressed file, and to prevent errors
  1156.            when attempting to decompress files a second time.)
  1157.  
  1158.          . Corrected problems in the CheckSpaceForDecompression
  1159.            procedure where an EXIT was being executed before the
  1160.            selective extraction container file was generated.
  1161.  
  1162.          . Revised the code in the CalculateExactFileSize routine
  1163.            to base its calculations on the list of files to be
  1164.            extracted, if Selective Extraction is enabled.
  1165.  
  1166.          . Added the more rigid compressed file type checking to
  1167.            the internal CalculateExactFileSize, DecompressZipFile,
  1168.            and CheckSpaceForDecompression procedures.
  1169.  
  1170.          . Eliminated the automatic detection of compressed file
  1171.            archive types.  Now, the type of compressed file must
  1172.            match the compression type specified in the .ZPD file.
  1173.            (If users wish to change compression types, they must
  1174.            use a compression type of "NONE" for one pass.  Then,
  1175.            the file may be re-compressed with the new compressor.)
  1176.  
  1177.          . Added fail-safe code to the prelog screen procedure
  1178.            that will show grayed-out check marks if any options
  1179.            have been disabled by ZIP'R Professional.
  1180.  
  1181.          . Updated prelog screen to show the status of the new
  1182.            "Selective Extraction" option.
  1183.  
  1184.          . Added support for "Selective Extraction" when using
  1185.            PKZIP/PKUNZIP.
  1186.  
  1187.  
  1188. 11-15-93 ■ Version 1.00
  1189.  
  1190.          . Initial release of ZIP'R Professional For DOS.
  1191.